-
-
Notifications
You must be signed in to change notification settings - Fork 964
chore: FeatureFlag add createdAt and updatedAt #2880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It’s useful to know when they were modified for debugging and auditing Purposes
|
WalkthroughThis pull request adds timestamp tracking to the FeatureFlag entity. A database migration adds two timestamp columns ( Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Review: FeatureFlag add createdAt and updatedAtSummaryThis PR adds Code Quality ✅
Potential Issue
|
Review CompleteYour review story is ready! Comment !reviewfast on this PR to re-generate the story. |
It’s useful to know when they were modified for debugging and auditing.
For existing rows createdAt and updatedAt are set to now() during the migration, to avoid a nullable column.